You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > StatTimeSerAnalysis Class > StatTimeSerAnalysis Methods > StatTimeSerAnalysis.ARMAMLE Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
StatTimeSerAnalysis.ARMAMLE Method

Estimate ARMA process AR and MA coefficients.

Syntax
C#
Visual Basic
public static int ARMAMLE([In] TVec Data, [In] TVec P, [In] TVec T, [In] TVec Residuals, out double MLE, out double mu);
Parameters 
Description 
[In] TVec Data 
Time series data set. 
[In] TVec P 
ARIMA Before call stores initial estimates for ARIMA Phi coefficients. After call returns MLE estimates for Phi coefficients without leading 1.0. 
[In] TVec T 
ARIMA Before call stores initial estimates for ARIMA Theta coefficients. After call returns MLE estimates for Theta coefficients. 
[In] TVec Residuals 
Returns residuals between predicted (MLE) and actual time series values. 
out double MLE 
Returns -2 log likelihood of ARMA model. 
out double mu 
Returns the estimated modified series average value (constant).  

Number of evaluations needed to converge to MLE solution.

Estimate ARMA(p,t) process coefficients by using MLE.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!